home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / text twiddling.h < prev    next >
Text File  |  1995-02-13  |  2KB  |  35 lines

  1. Boolean AnyTextInScrapQQ(void);
  2. void SetTheText(WindowPtr theWindow, Ptr data, long count);
  3. Boolean AnyTextQQ(WindowPtr theWindow);
  4. Boolean AnyHighlightedQQ(WindowPtr theWindow);
  5. short SelectionStart(WindowPtr theWindow);
  6. short SelectionEnd(WindowPtr theWindow);
  7. Boolean InsertBeforeStart(WindowPtr theWindow, Str255 theStr);
  8. Boolean InsertAfterEnd(WindowPtr theWindow, Str255 theStr);
  9. short TotalNumberOfLines(TEHandle hTE);
  10. void GetSelectionString(WindowPtr theWindow, Str255 theStr);
  11. void HandleShiftArrow(TEHandle hTE, unsigned char theChar);
  12. void MyTrackThumb(WindowPtr theWindow, Point thePoint, ControlHandle theControl);
  13. pascal void ScrollActionProc(ControlHandle theHandle, short partCode);
  14. pascal void HScrollActionProc(ControlHandle theHandle, short partCode);
  15. void MyMoveScrollBox(ControlHandle theControl, short scrollDistance);
  16. void AdjustVScrollBar(ControlHandle theControl, TEHandle hTE);
  17. short CurrentLineNumber(TEHandle hTE);
  18. short LineNumberFromOffset(TEHandle hTE, short offset);
  19. short LineStart(TEHandle hTE, short lineNum);
  20. pascal Boolean MyClikLoop(void);
  21. void ClickLoopAddOn(WindowPtr theWindow);
  22. void AdjustForEndScroll(ControlHandle theControl, TEHandle hTE);
  23. void GetTERect(WindowPtr window, Rect *teRect, Boolean adjustForScrollBars);
  24. void AdjustViewRect(TEHandle docTE);
  25. void AdjustScrollSizes(WindowPtr window, TEHandle hTE, ControlHandle vScrollBar,
  26.     ControlHandle hScrollBar, short destOverload, short headerHeight);
  27. void AdjustTE(TEHandle hTE, ControlHandle vScrollBar, ControlHandle hScrollBar);
  28. void DrawTheShadowBox(Rect theRect, Boolean eraseBackground);
  29. void DrawGrowIconNoLines( WindowPtr wp, Boolean showLines);
  30. #if powerc
  31. pascal Boolean PPCClickLoopProc(TEPtr pTE);
  32. #endif
  33. void SetTheDrawingFont(short fontNum, short fontSize, short fontFace);
  34. void UseDefaultDrawingFont(void);
  35.